home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / the_samu.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  244 b   |  15 lines

  1. totalsize = getBytesTotal();
  2. loadsize = getBytesLoaded();
  3. if(totalesize != 0)
  4. {
  5.    per = Math.floor(loadsize / totalsize * 100);
  6. }
  7. else
  8. {
  9.    per = 0;
  10. }
  11. loading.mc_bar.mc;
  12. "_x";
  13. loading.mc_bar.mc._width;
  14. -1 + loadsize / totalsize;
  15.